home *** CD-ROM | disk | FTP | other *** search
- # initial look at Motif 2.0 UTM
- xtAppInitialize -class Program
-
- xmRowColumn .rc managed
- xmText .rc.text managed \
- -value "hello world"
- xmText .rc.text2 managed \
- -value "goodbye"
-
- .rc.text2 destinationCallback {puts stdout hi}
-
- . realizeWidget
-
- . mainLoop
-